home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / dos / msc / install next >
Encoding:
Text File  |  1994-05-25  |  1.6 KB  |  37 lines

  1. 8-5-91
  2. Geoffrey Furnish
  3.  
  4. Installation Instructions for DOS
  5.  
  6. This latest version of the PLPLOT package incorporates numerous enhancements
  7. to the prior version.  The package is designed to use MS C 6 for the C compiler 
  8. and MS Fortran 5 for the Fortran compiler.  The makefile will build the 
  9. package once you have your environment set up correctly.  The accompanying
  10. plconfig.cmd shows how I have my system set up.    You will need to adjust the
  11. paths and etc to match your own system configuration.
  12.  
  13. Note:  I use OS/2 as my software development environement, even when targetting
  14. for DOS.  If you wish to build directly under DOS, rename plconfig.cmd to
  15. plconfig.bat, edit the path settings, and proceed from there.  
  16.  
  17. Once these matters are resolved, build the package via:
  18.     nmake links
  19.     nmake
  20.     nmake fonts
  21.     nmake demos
  22.     
  23. You can set PLFONTS=dir to get plplot to recognize wherever you decide
  24. to keep your fonts.  \lib seems like a logical choice on my system.
  25.  
  26. If you don't have a suitable make facility, get one.  There are good public
  27. domain make utilities, in addition to Microsoft's NMAKE which I use.  If you
  28. have used older NMAKE's, don't despair, the one that ships with MS C 6.0
  29. actually works quite well.
  30.  
  31. Alternativley, this directory contains a file plmake.bat and associated 
  32. lib response files which were used in earlier versions of PLPLOT.  These are
  33. not up to date, as I don't use them anymore, but they should serve as a
  34. good example of how to go about building PLPLOT without a make facility.
  35. If you update the plmake.bat file, send it to me and I'll include it in the
  36. distribution.
  37.